func runtime.gcount

5 uses

	runtime (current package)
		debug.go#L68: 	return int(gcount())
		metrics.go#L442: 				out.scalar = uint64(gcount())
		mprof.go#L1375: 		return int(gcount()), false
		mprof.go#L1391: 	n = int(gcount())
		proc.go#L5434: func gcount() int32 {